PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations.a3d Package / PDF3DAnimation Class / setPlayCount Method
An integer specifying the play count for this animation.
In This Topic
    setPlayCount Method
    In This Topic
    Sets the play count. A non-negative integer represents the number of times the animation is played. A negative integer indicates that the animation is infinitely repeated. This value is ignored for animation types of PDF3DAnimationStyle.NONE
    Syntax
    public void setPlayCount( 
       int value
    )

    Parameters

    value
    An integer specifying the play count for this animation.
    See Also